vendor\uvdesk\support-center-bundle\Resources\views\Knowledgebase\index.html.twig line 1

Open in your IDE?
  1. {% extends "@UVDeskSupportCenter/Templates/layout.html.twig" %}
  2. {% block body %}
  3.     <style>
  4.         .uv-kb-info {
  5.             word-break: break-all;
  6.         }
  7.     </style>
  8.     
  9.     {% set themeTemplate = themeTemplate ? themeTemplate : 'masonryView' %}
  10.     {% include "@UVDeskSupportCenter/Themes/" ~ themeTemplate ~ ".html.twig" %}
  11.     {{parent()}}
  12. {% endblock %}
  13. {% block footer %}
  14.     {{ parent() }}
  15. {% endblock %}